Feature: User Modification

Scenarios

Chart

Status

Progress

1

Passed

0.00%

Failed

0.00%
Total duration:
0m 19.116s

Scenario: Modify and Verify User Information

Before 0m 0.638s
Given I navigate to page "https://ghost-jpjk.onrender.com/ghost/#/signin/" 0m 2.493s
When I log in with email "<USERNAME>" and password "<PASSWORD>" 0m 0.876s
And I wait 2 seconds 0m 2.134s
And I Click on user dropdown 0m 0.248s
And I wait 2 seconds 0m 2.148s
And I click on the 'Your profile' link 0m 0.182s
And I wait 2 seconds 0m 2.210s
When I modify the user name to "orlandotest" and save changes 0m 0.286s
And I wait 3 seconds 0m 3.179s
When I navigate to page "https://ghost-jpjk.onrender.com/author/orlandotest/" 0m 1.591s
Then I should see the updated name "Helvert Wiesner" in the profile 0m 3.123s + Show Error
Error: Can't call getText on element with selector "h2.profile-name" because element wasn't found
    at implicitWait (C:\Users\SPUA\Documents\Repos\Maestria\Pruebas automatizadas\ghost-pruebas-e-2-e\kraken\node_modules\webdriverio\build\utils\implicitWait.js:34:19)
    at async Element.elementErrorHandlerCallbackFn (C:\Users\SPUA\Documents\Repos\Maestria\Pruebas automatizadas\ghost-pruebas-e-2-e\kraken\node_modules\webdriverio\build\middlewares.js:20:29)
    at async Element.wrapCommandFn (C:\Users\SPUA\Documents\Repos\Maestria\Pruebas automatizadas\ghost-pruebas-e-2-e\kraken\node_modules\@wdio\utils\build\shim.js:136:29)
    at async KrakenWorld.<anonymous> (C:\Users\SPUA\Documents\Repos\Maestria\Pruebas automatizadas\ghost-pruebas-e-2-e\kraken\features\web\step_definitions\step.js:42:25)
After 0m 0.008s

Screenshots

Before
NO IMAGE AVAILABLE
Given I navigate to page "https://ghost-jpjk.onrender.com/ghost/#/signin/"
When I log in with email "<USERNAME>" and password "<PASSWORD>"
And I wait 2 seconds
And I Click on user dropdown
And I wait 2 seconds
And I click on the 'Your profile' link
And I wait 2 seconds
When I modify the user name to "orlandotest" and save changes
And I wait 3 seconds
When I navigate to page "https://ghost-jpjk.onrender.com/author/orlandotest/"
Then I should see the updated name "Helvert Wiesner" in the profile
After
NO IMAGE AVAILABLE